This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

JavaScript  與瀏覽器的溝通 : DOM

JavaScript 與瀏覽器的溝通 : DOM

C++筆記 撲克牌問題

C++筆記 撲克牌問題

SQL-injection專論 (2) -- UNION攻擊(2)

SQL-injection專論 (2) -- UNION攻擊(2)


Comments